home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-26 | 2.1 KB | 63 lines | [TEXT/R*ch] |
- % Copyright (C) 1999 Aladdin Enterprises. All rights reserved.
- %
- % This file is part of Aladdin Ghostscript.
- %
- % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author
- % or distributor accepts any responsibility for the consequences of using it,
- % or for whether it serves any particular purpose or works at all, unless he
- % or she says so in writing. Refer to the Aladdin Ghostscript Free Public
- % License (the "License") for full details.
- %
- % Every copy of Aladdin Ghostscript must include a copy of the License,
- % normally in a plain ASCII text file named PUBLIC. The License grants you
- % the right to copy, modify and redistribute Aladdin Ghostscript, but only
- % under certain conditions described in the License. Among other things, the
- % License requires that the copyright notice and this notice be preserved on
- % all copies.
-
- % $Id: gs_lgx_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
- % Define the Adobe "extension" Latin glyph set.
- % This is not an Encoding strictly speaking, but we treat it like one.
- /currentglobal where
- { pop currentglobal { setglobal } true setglobal }
- { { } }
- ifelse
- /AdobeLatinExtensionGlyphEncoding mark
-
- /Abreve /Amacron /Aogonek
- /Cacute /Ccaron /Dcaron
- /Dcroat /Delta
- /Ecaron /Edotaccent /Emacron /Eogonek
- /Gbreve /Gcommaaccent
- /Idotaccent /Imacron /Iogonek
- /Kcommaaccent
- /Lacute /Lcaron /Lcommaaccent
- /Nacute /Ncaron /Ncommaaccent
- /Ohungarumlaut /Omacron
- /Racute /Rcaron /Rcommaaccent
- /Sacute /Scedilla /Scommaaccent
- /Tcaron /Tcommaaccent
- /Uhungarumlaut /Umacron /Uogonek /Uring
- /Zacute /Zdotaccent
- /abreve /amacron /aogonek
- /cacute /ccaron /commaaccent
- /dcaron /dcroat
- /ecaron /edotaccent /emacron /eogonek
- /gbreve /gcommaaccent /greaterequal
- /imacron /iogonek
- /kcommaaccent
- /lacute /lcaron /lcommaaccent /lessequal /lozenge
- /nacute /ncaron /ncommaaccent /notequal
- /ohungarumlaut /omacron
- /partialdiff
- /racute /radical /rcaron /rcommaaccent
- /sacute /scedilla /scommaaccent /summation
- /tcaron /tcommaaccent
- /uhungarumlaut /umacron /uogonek /uring
- /zacute /zdotaccent
-
- counttomark packedarray exch pop
- 9 1 index .registerencoding
- .defineencoding
- exec
-